projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
558b0c8
)
(cal-tex-latexify-list): Ignore specifer in diary entry.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 25 Jul 1998 05:59:11 +0000
(
05:59
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 25 Jul 1998 05:59:11 +0000
(
05:59
+0000)
lisp/calendar/cal-tex.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/cal-tex.el
b/lisp/calendar/cal-tex.el
index 265bcd64cec6eb004ed910c5959ad0f0a6482e22..2976f66eb215d094c31f2905ef02f41171f9fc2a 100644
(file)
--- a/
lisp/calendar/cal-tex.el
+++ b/
lisp/calendar/cal-tex.el
@@
-1444,9
+1444,9
@@
Use double backslash as a separator unless optional SEPARATOR is given."
(while p
(and (car (car p))
(calendar-date-equal date (car (car p)))
- (setq result (
append result (cdr (car p))
)))
+ (setq result (
cons (car (cdr (car p))) result
)))
(setq p (cdr p)))
-
result
)
+
(reverse result)
)
(if separator separator "\\\\")))
(defun cal-tex-previous-month (date)